26. Distribution Style: Even

L03-08-OptimizingDesign-Part1 Distribution Style- Even

True or False: With an EVEN key distribution style, a table is partitioned on slices such that each slice would have a an almost equal number of records from the partitioned table

SOLUTION: True

Joining 2 tables distributed using an EVEN strategy is:

SOLUTION: Slow because records will have to be shuffled for putting together the join result